登入
Computer Science for IGCSE & O level - Data Representation (Section 4 - No. 24)
What is the decimal equivalent of the hexadecimal number 2A?
32
42
40
50
解释
2A (hexadecimal) = (2 * 16^1) + (10 * 16^0) = 32 + 10 = 42
评论 (0)
登录发表评论
广告
允许 javascript 正确加载此页面